home *** CD-ROM | disk | FTP | other *** search
Wrap
-- card: 8277 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 8637 -- name: Credits ----- HyperTalk script ----- on openCard set scroll of cd fld 1 to 0 end openCard -- part 4 (field) -- low flags: 05 -- high flags: 0007 -- rect: left=2 top=28 right=214 bottom=414 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Credits ----- HyperTalk script ----- on mouseUp visual dissolve go back end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=389 top=5 right=24 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 130 / 130 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp visual dissolve go back end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=364 top=5 right=24 bottom=384 -- title width / last selected line: 0 -- icon id / first selected line: 132 / 132 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp end mouseUp -- part contents for card part 4 ----- text ----- GetDefaultFile is an XFCN that will open a standard SFGetFile dialog at a given path. It is one of the many externals found in the Core Collection v2.1. I hope someone finds it useful. -- Legal Stuff This external is FreeWare, allowing unlimited use in any non-commercial stack. You just need in this case to mention the author's name and copyright in your stack. Any commercial use must be licensed and acknowledged by the author. Internet: sudderth@traveller.com Web: http://www.hsv.tis.net/~sudderth © 1991-1996 All Rights Reserved Core Development Group, Inc. / Written by John Sudderth If you would like an external developed for your company just drop us a line. Version history: v1.1 - Added optional "Type" parameter. Dialog now opens with first item selected (instead of the last).